projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c3e901
)
core: quiet a compiler warning
author
Colin Walters
<walters@verbum.org>
Thu, 18 Oct 2012 00:54:52 +0000
(20:54 -0400)
committer
Colin Walters
<walters@verbum.org>
Thu, 18 Oct 2012 00:54:52 +0000
(20:54 -0400)
src/libostree/ostree-repo.c
patch
|
blob
|
history
diff --git
a/src/libostree/ostree-repo.c
b/src/libostree/ostree-repo.c
index 9dd53da26542002a41dee4f86f991319b2fda48b..7555be7d628cf821853230f6b8409b7f2f278ff7 100644
(file)
--- a/
src/libostree/ostree-repo.c
+++ b/
src/libostree/ostree-repo.c
@@
-1254,6
+1254,8
@@
scan_loose_devino (OstreeRepo *self,
case OSTREE_REPO_MODE_BARE:
skip = !g_str_has_suffix (name, ".file");
break;
+ default:
+ g_assert_not_reached ();
}
if (skip)
continue;